Skip to main content
Glama

Indigo MCP Server Plugin

by mlamoure
Devices.xml1.65 kB
<?xml version="1.0"?> <Devices> <Device type="custom" id="mcpServer"> <Name>MCP Server</Name> <ConfigUI> <Field id="serverName" type="textfield" defaultValue="MCP Server Instance"> <Label>Server Name:</Label> <Description>Display name for this MCP Server instance</Description> </Field> <Field id="separator1" type="separator"/> <Field id="iws_info" type="label" fontSize="small" alignWithControl="false" alignText="left"> <Label>MCP Server is accessible through Indigo's built-in web server. The endpoint URL is: /message/com.vtmikel.mcp_server/mcp/ Configure Claude Desktop to connect using: npx mcp-remote http://[indigo_host]:[indigo_port]/message/com.vtmikel.mcp_server/mcp/ </Label> </Field> </ConfigUI> <States> <State id="serverStatus"> <ValueType>String</ValueType> <TriggerLabel>Server Status</TriggerLabel> <ControlPageLabel>Status</ControlPageLabel> </State> <State id="accessMode"> <ValueType>String</ValueType> <TriggerLabel>Access Mode</TriggerLabel> <ControlPageLabel>Access Mode</ControlPageLabel> </State> <State id="lastActivity"> <ValueType>String</ValueType> <TriggerLabel>Last Activity</TriggerLabel> <ControlPageLabel>Last Activity</ControlPageLabel> </State> </States> </Device> </Devices>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mlamoure/indigo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server